home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / vidhandl / online.txt < prev    next >
Encoding:
Text File  |  1999-02-03  |  2.5 KB  |  60 lines

  1. INSTRUCTIONS ON HOW TURNING VIDEOHLP.TXT INTO AN ONLINE HELP
  2.  
  3.  
  4.  - To turn VIDEOHLP.TXT into an online help, first you will need to
  5.    download HelpPC 2.10+. HelpPC is available in the following ftp/http
  6.    addresses: (and also in their mirrors)
  7.      http://www.simtel.net/simtel.net/msdos/info.html (as helppc21.zip)
  8.      ftp://ftp.cdrom.com/pub/simtelnet/msdos/info/helppc21.zip
  9.  
  10.  - Unzip the downloaded file to a subdirectory, for example (C:\TC\HELPPC).
  11.    This subdirectory I will call from now HelpPC subdirectory.
  12.    Before continuing from this point, you'd better read HELPPC.DOC in HelpPC
  13.    subdirectory to have a better idea of what you are going to do from this
  14.    point.
  15.  
  16.  - Add the following line to your AUTOEXEC.BAT file:
  17.  
  18.      SET HLP=d:pathname    (no blanks, except between "SET HLP")
  19.  
  20.     Where 'd:' is the drive and 'pathname' is the HelpPC subdirectory
  21.     (this should be fully qualified, with or without the trailing '\').
  22.  
  23.     For example:
  24.  
  25.      SET HLP=C:\TC\HELPPC
  26.  
  27.  - Move or copy VIDEOHLP.TXT to HelpPC subdirectory. If you have used
  28.    INSTALL.BAT VIDEOHLP.TXT should also be at the \DOC subdirectory of your
  29.    compiler (for example: C:\TC\DOC)
  30.  
  31.  - From HelpPC subdirectory, type:
  32.  
  33.      INDEXHLP VIDEOHLP
  34.  
  35.    or (if you desire also to include the .TXT help files provided by HelpPC,
  36.    type:
  37.  
  38.      BUILD VIDEOHLP.TXT
  39.  
  40.  - Include HelpPC subdirectory in your path.
  41.  
  42.  To access the VIDEO HANDLING FUNCTIONS online help, just type from a DOS
  43.  prompt HELPPC
  44.  
  45.  If you are using Turbo C++ 3.0 or similar, you may also include the online
  46.  help in your compiler IDE. To do so, go to Options menu and them to Transfer...
  47.  submenu. This will show a window with a box named Program Titles. Go to the
  48.  last line, and click on Edit button. This will show another window. Fill that
  49.  window with the desired title for HelpPC, HELPPC.COM plus it's path, and
  50.  leave the last line empty. In the left side, assign a hot key and click on
  51.  New (or Modify) button if everything is OK. Now the previous window should
  52.  appear and you should see in it a new entry with the title you gave for
  53.  HelpPC. If more than one entry for HelpPC appears, remove the exceeding
  54.  entries for HelpPC. If everything is OK, click over the OK button. To test,
  55.  just hit the assigned hot key when editing any file in the IDE.
  56.  
  57.  If you wish you may try to convert VIDEOHLP.TXT to a help format readable
  58.  by THELP and them include VIDEOHLP into Turbo C++ online help. To do so,
  59.  read CONVERT.TXT in this subdirectory.
  60.